EMT Practice Test

1. Question Content...


Question List

Question1: When are consignments created for an order in the default order management implementation?

Question2: You restart the platform without running "ant all". Which of the following changes take effect? Note: There are 2 correct answer to this question.

Question3: You have these example item types defined in myext-items.xml: What additional steps are needed to support the identification attribute?
< ?xml version="l.O" encoding="IS0-8859-1"? >
<items>
< itemtype code=" Passport" autocreate="true" generate="true" >
< deployment typecode="8995" table="passport" />
< attributes > ... </attributes>
< /itemtype >
< itemtype code="Student" extends="Customer" autocreate="true" generate="true" >
< attributes >
< attribute type="localized:Passport" qualifier="identification" >
< persistence type="property" />
< /attribute >
</attributes>
< /itemtype >
</items>
What additional steps are needed to support the identification attribute?
Define a one-to-many relation between Student and Passport using a relation tag with parameter locaIized="true".
Add a maptype tag for localized:Passport with parameters argumenttype="Language" and returntype="Passport".
Run an ant updatesystem command. A passportlp table will be generated to store the localized property values.
Define a localized Passport attribute for the Student type in myext/resources/localization/myext- locales_XY. properties.

Question4: What is the purpose of the dynamic forms in the Backoffice?

Question5: You are running a transaction that creates an item and updates it twice. If the transaction is committed successfully, how many AfterSaveEvent items will the ServiceLayer create?

Question6: To define the data that gets extracted into the Solr index for searching, what do you need to provide? Note: There are 2 correct answer to this question.

Question7: During development, how do you ensure that the modified resources of an installed addon get copied into the storefront? Note: There are 2 correct answer to this question.

Question8: You are implementing two new independent extensions, extension A and extension B, both of which extend and overwrite a bean of the core platform. How can you make sure the bean from extension A doesn't override the one from extension B? Note: There are 2 correct answer to this question.

Question9: Which configuration options are available on a cache region? Note: There are 3 correct answer to this question.

Question10: What does the Cloud Portal application enable you to do? Note: There are 3 correct answer to this question.

Question11: You are asked to define a new business process. What steps do youperform? Note: There are 3 correct answer to this question.

Question12: You updated a price row for a particular product using the Backoffice Product Cockpit and also made sure the cronjob for synchronizing the involved product catalog was executed sucessfully. When you visit the category page containing the specific product, you discover that its new price value is NOT properly displayed. How can you fix this issue?

Question13: What can a *-backoffice-widgets.xml contain in the Backoffice framework? Note: There are 2 correct answer to this question.

Question14: Which of the following are valid types of environments in SAP Commerce Cloud in the public cloud? Note: There are 3 correct answer to this question.

Question15: You are creating a new SolrlndexProperty as a facet and want to define it using facet ranges. What do you need to do to achieve that?

Question16: Where are enumerations stored? Note: There are 2 correct answer to this question.

Question17: You are creating an extension with a web module. What do you need to ensure? Note: There are 2 correct answer to this question.

Question18: Which interface would you inject into your class to allow you to trigger an indexing operation via API?

Question19: What are the advantages of using keyword redirection within Search and Navigation? Note: There are 2 correct answer to this question.

Question20: When you are defining properties in manifest.json, which of the following attributes are you allowed to use? Note: There are 3 correct answer to this question.

Question21: How can you start a business process in SAP Commerce Cloud? Note: There are 2 correct answer to this question.

Question22: Why are rule-aware objects (RAOs) used in the rule engine? Note: There are 2 correct answer to this question.

Question23: What is SmartEdit's Navigation Management page useful for? Note: There are 2 correct answer to this question.

Question24: You are creating a business process (mybusinessprocess) that requires an action (actionB) to pass an info String value to another action (actionE) occurring later in the process. What do you need to do to make this possible? Note: There are 2 correct answer to this question.

Question25: How can CronJobs be started or aborted? Note: There are 3 correct answer to this question.

Question26: What must you always specify when you are creating a new Adaptive Search Profile? Note: There are 3 correct answer to this question.

Question27: You need to add a new Cockpit to the Backoffice to implement new features for a business user role. Which tasks are required? Note: There are 2 correct answer to this question.

Question28: In Integration API Module, which of the following API verbs are controlled by access rights? Note: There are 2 correct answer to this question.